home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _fonttools / fonttools / _fonts_ram / !FONTS_RAM / !HELP < prev    next >
Text File  |  1991-09-04  |  4KB  |  100 lines

  1. Help File for !Fonts}RAM
  2.  
  3. This program is for those poor souls who don't have a hard disc but do have 
  4. 2Mb of RAM (at least)
  5. Those people who have a harddisc could use this program is you so wish to make sure that the poor souls don't have one over on them!
  6. This program requires at least 2Mb of RAM. (Well not the actual program but  it makes a RAM disc of 320k (or bigger) and with 320k not usable on a 1Mb computer there aren't many other things you can do.
  7. NB There is a program that is loaded to assist this program but it only takes16k of RAM which isn't anything to cry over. Also the module MemAlloc is installed so the RMA Size will be slightly increased.
  8.  
  9. Purpose
  10. -------
  11.  
  12. To install fonts into RAM, which will
  13.    a, Stop the nasty error "Insert disc 'FONTS'"
  14.    b, Speed up the redrawing of the screen (text wise)
  15.    c, Fonts immediately accessable without having to put in disc FONTS
  16.  
  17. How it works
  18. ------------
  19.  
  20. The program firstly creates a RAM disk of 320K (enough space for fonts Homerton and Trinity (This program, was written initially for use with Impressions (Well done CC. Great Prog))). Then it creates a !Fonts directory and installs the !Boot,  !Run, !Sprites, Fonts and Super files (ie copies then from disc. It then installs the fonts. It finally executes the !Fonts program and sets the Font path.)
  21.  
  22. How to change the fonts copied
  23. ------------------------------
  24.  
  25. If you want to change/add to the fonts copied it will require you to follow a very simple process
  26.  
  27.      i) Load !Edit
  28.     ii) Open !Fonts}RAM directory and drag !RunCopy onto the !Edit icon
  29.    iii) Scroll down to the section above
  30.                
  31.                RAM
  32.                DIR $
  33.                echo Executind Fonts
  34.                .
  35.                .
  36.           
  37.  To add a font the following will need to be typed
  38.  
  39.     echo Installing Font <Font Family Name>
  40.     copy <Full Path Name of Font>     RAM:$.!Fonts.<Font Family Name> R~C~V
  41.     echo Installed
  42.  
  43. <Font Family Name> is the name of the font ie Homerton, Trinity, Pembroke etc
  44. <Full Path Name of Fonts> is for example adfs::Fonts.$.!Fonts.Homerton
  45.  
  46. An example is
  47.  
  48.     echo Installing Font Pembroke
  49.     Copy adfs::Fonts.$.!Fonts.Pembroke   RAM:$.!Fonts.Pembroke    R~C~V
  50.     echo Installed
  51.  
  52. This example installs the font Pembroke from the !Font directory from the root directory of the disc called !Fonts.
  53.  
  54. The bit at the end of the line Copy adfs::Fonts...... is essential. It makes the computer copy all the sub-directories of the fonts (R) and doesn't pester you asking to cofirm the copy and tell you that it has just copies it (~C~V)
  55.  
  56. When this is done save !RunCopy and you are ready to 'Rock and Copy'
  57.  
  58. N.B. If you are adding fonts you will need to make the RAM disk size bigger. To do this 'Count' the font, round it up to the nearest 10k
  59.  
  60. Do this by changing the line at the top of the !RunCopy file
  61.  
  62.            RamFSSize 320K
  63.  
  64.                to
  65.  
  66.            RamFSSize xxxK
  67.  
  68. xxx being the size in K(ilobytes)
  69.  
  70. That text at the end telling you about the internal working of the prog.
  71. ------------------------------------------------------------------------
  72.  
  73. Another program supplied with !Fonts}RAM is !RamViewer (NB This is also Shareware and can be used seperatly). This program display the RAM directory. The reason this is supplied is because when MemAlloc allocates a RAM disc the RAM disc icon doesn't come up.
  74.                                                                 
  75. The program !RAMViewer has a bug. When menu is pressed on the Ram Viewer icon the RAM directory comes up and it shouldn't. If anyone can fix please tell me how. I'm not too good at multi-tasking programs!!!!!. (The !RunImage is BASIC so just load it up and have a look!)
  76.  
  77. This program and !RAMViewer are SHAREWARE. There are a few rules about the use of SHAREWARE material.
  78.  
  79.     a) You may freely distribute copies of the software to other users.
  80.  
  81.     b) You have a 30 day trial period to evaluate the software.
  82.  
  83.     c) If after this time limit you are still using the software or intend
  84.        to use it in the future then you must register with the author and
  85.        pay any registration fee due.  You are breaking the law if you fail
  86.        to do so.                              ----------------
  87.  
  88.     d) If you do not intend using the software then you must delete it from
  89.        your floppy / hard disc.
  90.  
  91. D. Pratt
  92. 15 Partridge Down,
  93. Oliver's Battery
  94. WINCHESTER
  95. Hants
  96. SO22 4HL.
  97.  
  98. You never know you might even get an upgrade is you are lucky!!.(HA HA)
  99.  
  100.